home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / SpeedBarText.nib / data.classes next >
Text File  |  1994-12-14  |  575b  |  43 lines

  1. PGObject = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     };
  6.     SUPERCLASS = Object;
  7. };
  8. FirstResponder = {
  9.     ACTIONS = {
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. PGSpeedBar = {
  14.     ACTIONS = {
  15.     };
  16.     OUTLETS = {
  17.     speedBarView;
  18.     };
  19.     SUPERCLASS = PGObject;
  20. };
  21. SubSpeedBar = {
  22.     ACTIONS = {
  23.     };
  24.     OUTLETS = {
  25.     };
  26.     SUPERCLASS = PGSpeedBar;
  27. };
  28. SpeedBarText = {
  29.     ACTIONS = {
  30.     setFont:;
  31.     setTabs:;
  32.     setJustification:;
  33.     setTypeSize:;
  34.     };
  35.     OUTLETS = {
  36.     justificationMatrix;
  37.     typeSizeButton;
  38.     tabsButton;
  39.     fontButton;
  40.     };
  41.     SUPERCLASS = SubSpeedBar;
  42. };
  43.